home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Shareware World / Comms & Internet / PageSpinner 2.1 / PageSpinner 2.1 68K / Goodies / MailSpinner / MailSpinner ReadMe < prev   
Text File  |  1997-10-14  |  3KB  |  63 lines

  1. MailSpinner
  2. version 1.2
  3. by Jerry Åman, Optima System
  4. Emailer support added by Dan Crevier
  5.  
  6. This folder contains a kit with an AppleScript and templates that show how all mail in an Eudora or Emailer Mailbox can published on the web using PageSpinner. 
  7.  
  8. This kit can be useful if you run a small mailing list and you need to publish mails on the web or you want to maintain a simple guestbook at your site. Please note that is really bad netiquette to publish private email or mail from people who are not aware that their mail will be available on the web. MailSpinner requires Eudora 3 or Emailer 2.0 or later.
  9.  
  10. To use this kit you are required to know some basics on how to use AppleScript and the Script editor.
  11. You can find out more about how to modify and use AppleScripts in the documentation inside the "AppleScript_Documentation" folder located in PageSpinner's Documentation folder.
  12.  
  13. Please make a backup copy of this folder, and use the copy before you start modifying the contents. 
  14. It is always great to have a backup copy around if something goes wrong...
  15.  
  16. If you are using  WorldScript with double-byte character input you should edit the template files and use the menu File : Set Filing Options... to set each file to be saved in the format Mac TEXT. 
  17.  
  18. After editing the template files, set the files to be stationery files using the Get Info menu item in Finder.
  19.  
  20. To publish an Emailer Mailbox:
  21. 1. Launch PageSpinner
  22. 2. Launch Emailer
  23. 3. Open the AppleScript "MailSpinner for Emailer" with Script Editor
  24.  
  25. 4. Edit the line 
  26.             set databaseName to "My Mailing List"
  27.         to the name of the Emailer folder (mailbox) that you want turn into HTML. 
  28.         The folder must be a top level folder, and not a subfolder
  29.  
  30. 5. Edit the two lines in the script 
  31.         set psStationeryName to "Spinning HD:PageSpinner 2.0:Goodies:MailSpinner:Mail_List_.html"
  32.         set psRecordName to "Spinning HD:PageSpinner 2.0:Goodies:MailSpinner:Mail_Record.html"
  33.     to contain the correct path to the template files.
  34.  
  35. 6. Run the script
  36. 7. The resulting file will be named "mail_list.html"
  37.  
  38. To publish an Eudora Mailbox:
  39. 1. Launch PageSpinner
  40. 2. Launch Eduora
  41. 3. Open the AppleScript "MailSpinner for Eudora" with Script Editor
  42.  
  43. 4. Edit the line 
  44.             set databaseName to "My Mailing List"
  45.         to the name of the Eudora mailbox that you want turn into HTML
  46.  
  47. 5. Edit the two lines in the script 
  48.         set psStationeryName to "Spinning HD:PageSpinner 2.0:Goodies:MailSpinner:Mail_List_.html"
  49.         set psRecordName to "Spinning HD:PageSpinner 2.0:Goodies:MailSpinner:Mail_Record.html"
  50.     to contain the correct path to the template files.
  51.  
  52. 6. Run the script
  53. 7. The resulting file will be named "mail_list.html"
  54.  
  55. Version history:
  56. Version 1.2 of MailSpinner do not longer use the <XMP> tag in order to be compatible with IE 4.0 and HTML 4.0, and includes a script for Claris Emailer 2.0 from Claris Corporation.
  57. Version 1.1 will work with localized PageSpinner menus.
  58.  
  59. COPYRIGHT NOTICE
  60. The AppleScripts, templates other material included in the PageSpinner distribution are © Copyright 1995-1997 Optima System. These can be used and edited to create web contents. You can not distribute parts of the PageSpinner distribution, software or scripts derived from software in the PageSpinner distribution without the written permission from the author.
  61.  
  62. All products mentioned are trademarks or registered trademarks of their respective holders.
  63.